home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Susan cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- if(_root.taken52 == 1)
- {
- _root.next_txt1 = "No I might ruin my chances with her.";
- }
- else
- {
- _root.next_txt1 = "Maybe I should sort out the mouse problem first.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- if(_root.taken52 == 1)
- {
- _root.next_txt1 = "That\'s Susan ms. Bates\' niece.";
- }
- else
- {
- _root.next_txt1 = "Maybe I should sort out the mouse problem first.";
- }
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.taken52 == 1)
- {
- _root.next_dis1 = 14;
- _root.di1 = 460;
- _root.next_txt1 = "IΓÇÖm really looking forward to the dance tonight.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Maybe I should sort out the mouse problem first.";
- }
- }
- }
- }
-